-
Notifications
You must be signed in to change notification settings - Fork 78
[BRE-1194] update publish-gh-release to every hour when triggered by publish-store #1945
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Great job! No new security vulnerabilities introduced in this pull request |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1945 +/- ##
==========================================
- Coverage 85.28% 82.94% -2.34%
==========================================
Files 1690 1993 +303
Lines 144051 161054 +17003
==========================================
+ Hits 122847 133594 +10747
- Misses 21204 27460 +6256 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| name: Publish Password Manager Release | ||
| uses: bitwarden/gh-actions/.github/workflows/_publish-mobile-github-release.yml@main | ||
| with: | ||
| workflow_name: "publish-github-release-pwm.yml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚒️ I think this workflow should be renamed to pm rather than pwm
| workflow_name: "publish-github-release-pwm.yml" | |
| workflow_name: "publish-github-release-pm.yml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why on this workflow and not the android ones?
54362a2 to
05d2661
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, but with just one small improvement question.
| if [ "$PRODUCT" = "Password Manager" ]; then | ||
| gh workflow enable publish-github-release-bwpm.yml | ||
| elif [ "$PRODUCT" = "Authenticator" ]; then | ||
| gh workflow enable publish-github-release-bwa.yml | ||
| fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⛏️ Should this have a fallback with an echo saying that the product is not recognized or something like that? i.e. when it's not neither Password Manager nor Authenticator.

This updated was tested during the 10/2/25 clients release
Added dry-run option to publish-store.yml
publish-store.yml will enable github release workflows once release to the ios app store is complete.
publish-github-release.yml is now publish-github-release-bwa.yml and publish-github-release-bwa.yml so that they can be enabled or disabled based on which project was released. They now run hourly when enabled.
The workflow gh-actions/_publish-mobile-github-release.yml disables the workflow that ran it once it completes successfully.
🎟️ Tracking
Original Ticket
Follow up for testing
📔 Objective
Right now the check runs at 3am M-F, so if it fails on a Friday it doesn’t run again until Monday, which causes CI jobs to fail. This happens since they use the existing GH release to determine the version and cannot upload using the same version that’s currently rolling out.
📸 Screenshots
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:) or similar for great changes:memo:) or ℹ️ (:information_source:) for notes or general info:question:) for questions:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:) for suggestions / improvements:x:) or:warning:) for more significant problems or concerns needing attention:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt:pick:) for minor or nitpick changes